GET api/Locations?categories[0]={categories[0]}&categories[1]={categories[1]}

Gets locations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categories

Optionally filter which categories of locations to return. This is the category ID, while the result will return a display name for the category

Collection of string

Required

Body Parameters

None.

Response Information

Resource Description

A list of all matching locations

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.